Package | ee.tehik.mpi |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ee.tehik.mpi@0.1.0-beta&canonical=https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-EducationRecord |
Url | https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-EducationRecord |
Version | 1.0.0 |
Status | draft |
Date | 2022-10-14T07:09:19.9103802+00:00 |
Name | EEMPIObservationSocialHistoryEducationRecord |
Title | EE MPI Observation SocialHistory Education Record |
Experimental | False |
Authority | hl7 |
Type | Observation |
Kind | resource |
No resources found
StructureDefinition | |
https://hl7.ee/fhir/StructureDefinition/EEBase-Observation | EEBase Observation |
https://hl7.ee/fhir/StructureDefinition/EEBase-Organization | EEBase Organization |
https://hl7.ee/fhir/StructureDefinition/EEBase-Patient | EEBase Patient |
https://hl7.ee/ValueSet/eempi-education-level | EEMPI EducationLevel |
{
"resourceType" : "StructureDefinition",
"id" : "EEPatient-Observation-SocialHistory-EducationRecord",
"url" : "https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-EducationRecord",
"version" : "1.0.0",
"name" : "EEMPIObservationSocialHistoryEducationRecord",
"title" : "EE MPI Observation SocialHistory Education Record",
"status" : "draft",
"date" : "2022-10-14T07:09:19.9103802+00:00",
"publisher" : "HL7 EE",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "https://hl7.ee/fhir/StructureDefinition/EEBase-Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"constraint" : [
{
"key" : "reegel-1",
"severity" : "error",
"human" : "If there is no a value a data absent reason must be present",
"expression" : "value.exists() or dataAbsentReason.exists()",
"source" : "https://hl7.ee/fhir/StructureDefinition/EEPatient-Observation-SocialHistory-EducationRecord"
}
]
},
{
"id" : "Observation.basedOn",
"path" : "Observation.basedOn",
"max" : "0"
},
{
"id" : "Observation.partOf",
"path" : "Observation.partOf",
"max" : "0"
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"min" : 1,
"max" : "1",
"fixedCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history",
"display" : "Social history"
}
]
}
},
{
"id" : "Observation.category.coding",
"path" : "Observation.category.coding",
"min" : 1,
"max" : "1"
},
{
"id" : "Observation.category.coding.system",
"path" : "Observation.category.coding.system",
"min" : 1,
"fixedUri" : "http://hl7.org/fhir/ValueSet/observation-category"
},
{
"id" : "Observation.category.coding.code",
"path" : "Observation.category.coding.code",
"min" : 1,
"fixedCode" : "social-history"
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"fixedCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "224293004",
"display" : "Education received in the past (observable entity)"
}
]
},
"binding" : {
"strength" : "required"
}
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"min" : 1,
"max" : "1"
},
{
"id" : "Observation.code.coding.code",
"path" : "Observation.code.coding.code",
"short" : "Highest level of education"
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Patient"
]
}
]
},
{
"id" : "Observation.focus",
"path" : "Observation.focus",
"max" : "0"
},
{
"id" : "Observation.encounter",
"path" : "Observation.encounter",
"max" : "0"
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"short" : "Period mille jooksul haridustegevus jätkus või millal vastav haridustase kätte saadud",
"type" : [
{
"code" : "dateTime"
},
{
"code" : "Period"
}
]
},
{
"id" : "Observation.issued",
"path" : "Observation.issued",
"min" : 1
},
{
"id" : "Observation.performer",
"path" : "Observation.performer",
"short" : "Ãppeasutus",
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Organization"
]
}
]
},
{
"id" : "Observation.performer.display",
"path" : "Observation.performer.display",
"mustSupport" : true
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"short" : "Haridustase",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "https://hl7.ee/ValueSet/eempi-education-level"
}
},
{
"id" : "Observation.value[x].coding",
"path" : "Observation.value[x].coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.value[x].coding.system",
"path" : "Observation.value[x].coding.system",
"short" : "EE education level",
"min" : 1,
"fixedUri" : "https://hl7.ee/ValueSet/eebase-educational-level",
"mustSupport" : true
},
{
"id" : "Observation.value[x].coding.code",
"path" : "Observation.value[x].coding.code",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://hl7.ee/ValueSet/eebase-educational-level"
}
},
{
"id" : "Observation.interpretation",
"path" : "Observation.interpretation",
"max" : "0"
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"max" : "0"
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"max" : "0"
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0"
},
{
"id" : "Observation.device",
"path" : "Observation.device",
"max" : "0"
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"max" : "0"
},
{
"id" : "Observation.hasMember",
"path" : "Observation.hasMember",
"max" : "0"
},
{
"id" : "Observation.derivedFrom",
"path" : "Observation.derivedFrom",
"max" : "0"
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.